From: Raspbian automatic forward porter Date: Fri, 3 Jul 2020 20:04:17 +0000 (+0100) Subject: Merge version 5.12.5+dfsg-10+rpi1 and 5.14.2+dfsg-4 to produce 5.14.2+dfsg-4+rpi1 X-Git-Tag: archive/raspbian/5.14.2+dfsg-4+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9625d742c5c8613da75a080c4361d749e40049f2;p=qtbase-opensource-src.git Merge version 5.12.5+dfsg-10+rpi1 and 5.14.2+dfsg-4 to produce 5.14.2+dfsg-4+rpi1 --- 9625d742c5c8613da75a080c4361d749e40049f2 diff --cc debian/changelog index e7f19bf54,82dffd7ca..f89f92c18 --- a/debian/changelog +++ b/debian/changelog @@@ -1,12 -1,111 +1,121 @@@ - qtbase-opensource-src (5.12.5+dfsg-10+rpi1) bullseye-staging; urgency=medium ++qtbase-opensource-src (5.14.2+dfsg-4+rpi1) bullseye-staging; urgency=medium + + [changes introduced in 5.6.1+dfsg-2+rpi1] by Peter Michael Green] + * Partially fix clean target. + + [changes introduced in 5.9.1+dfsg-9+rpi1 by Peter Michael Green] + * Disable neon (-no-neon no longer seems to work, so edit configure.json instead) + - -- Raspbian forward porter Fri, 24 Apr 2020 03:43:43 +0000 ++ -- Raspbian forward porter Fri, 03 Jul 2020 20:04:16 +0000 ++ + qtbase-opensource-src (5.14.2+dfsg-4) unstable; urgency=medium + + * Restore debian/patches/armv4.diff, it is still needed for clang + (see https://bugs.debian.org/963709#20 for details). + + -- Dmitry Shachnev Fri, 26 Jun 2020 19:47:18 +0300 + + qtbase-opensource-src (5.14.2+dfsg-3) unstable; urgency=medium + + * Build with -no-feature-relocatable, to fix paths on usr-merged systems + (closes: #961554). + * Update debian/libqt5core5a.symbols for hurd-i386. + * Upload to unstable. + + -- Dmitry Shachnev Wed, 24 Jun 2020 11:21:08 +0300 + + qtbase-opensource-src (5.14.2+dfsg-2) experimental; urgency=medium + + [ Pino Toscano ] + * Add the libkrb5-dev build dependency to support SPNEGO/GSSAPI authentication + in QtNetwork. + * Explicitly add the pkg-config build dependency, as right now it is pulled + by other packages. + * Avoid two unconditional PATH_MAX occurrences to build on Hurd; patches + path_max.diff, and qstorageinfo_linux.diff. + * Install the QtInputSupport development files on any architecture, as it is + built not only on Linux. + * Mark few Linux-only symbols as linux-any. + + [ Dmitry Shachnev ] + * Mark QStringRef::compare symbol as optional=inline (closes: #957730). + + -- Dmitry Shachnev Tue, 28 Apr 2020 14:44:22 +0300 + + qtbase-opensource-src (5.14.2+dfsg-1) experimental; urgency=medium + + * Merge 5.12.5+dfsg-10 upload from unstable. + * Drop armv4.diff. The armel baseline is armv5te now (see #882174). + * New upstream release. + * Drop debian/patches/md4c_private.diff, applied upstream. + * Refresh debian/patches/CVE-2015-9541.diff. + * Update debian/libqt5gui5.symbols from ia64 buildd’s log. + * Backport upstream patch fixing QLibrary deadlock affecting Krita. + * Bump ABI version to qtbase-abi-5-14-2. + * Drop unused Lintian override for libqt5core5a package. + * Remove build paths from prl files, for reproducible builds. + + -- Dmitry Shachnev Sat, 18 Apr 2020 20:50:59 +0300 + + qtbase-opensource-src (5.14.1+dfsg-3) experimental; urgency=medium + + [ Jonathan Riddell ] + * Make qtbase5-private-dev depend upon libfontconfig1-dev as expected by + Qt5FontDatabaseSupportConfig.cmake. + + [ Dmitry Shachnev ] + * Make libmd4c a private dependency of Qt GUI. + + -- Dmitry Shachnev Tue, 18 Feb 2020 00:26:25 +0300 + + qtbase-opensource-src (5.14.1+dfsg-2) experimental; urgency=medium + + * Update debian/libqt5core5a.symbols from buildds’ logs. + + -- Dmitry Shachnev Mon, 17 Feb 2020 11:34:34 +0300 + + qtbase-opensource-src (5.14.1+dfsg-1) experimental; urgency=medium + + [ Lisandro Damián Nicanor Pérez Meyer ] + * New upstream release. + - Bump ABI version to qtbase-abi-5-14-1. + - Bump Build-Depends-Indep versions. + * Remove patches already applied upstream: + - mysql_free_results_when_qsqlquery_finished_is_called.patch + - qdockwidget_undocked_notification.diff + - docs_fixes.diff + - postgresql_12.diff + - uic_global_includes.diff + - riscv.diff + * Refresh patches: + - gnukfreebsd.diff + - gnukfreebsd_linker_warnings.diff + - nonlinux_utime.diff + - qdoc_default_incdirs.diff + * Add libmd4c-dev as a build dependency, required for markdown support. + + [ Dmitry Shachnev ] + * Update path to qbytearray/rfc3252.txt in Files-Excluded list. + * Update debian/copyright using debian/scripts/update-copyright. + * debian/scripts/update-copyright: Correctly handle repeating authors + in the same file. + * Update symbols files from the current build logs. + * Build-depend on libzstd-dev. + * Build with -no-mimetype-database, and make libqt5core5a depend on + shared-mime-info (as suggested by upstream). + * Add one more RFC file to Files-Excluded. + * Add more tags files to debian/qtbase5-doc-dev.install. + * Update to debhelper compat level 12, use the new syntax. + * Stop passing -V to dh_makeshlibs, it is now the default behavior. + * Manually update the non-generated part of debian/copyright. + + [ Alexander Volkov ] + * Update install files for the new version. + + [ Helmut Grohne ] + * qmake cross wrapper should pass QMAKE_STRIP. (Closes: #950507) + + -- Dmitry Shachnev Sun, 16 Feb 2020 21:38:21 +0300 qtbase-opensource-src (5.12.5+dfsg-10) unstable; urgency=medium diff --cc debian/patches/series index ff0f5c306,89b1d3337..44d61e130 --- a/debian/patches/series +++ b/debian/patches/series @@@ -20,4 -12,5 +12,6 @@@ gnukfreebsd_linker_warnings.dif armv4.diff nonlinux_utime.diff qdoc_default_incdirs.diff + path_max.diff + qstorageinfo_linux.diff +modify-configure.json-to-disable-neon.patch